home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Codemasters Artwork Disc ECTS 2000 ( UK)
/
Codemasters - Artwork Disc ECTS 2000 (UK).bin
/
pc
/
xtras
/
medial~1
/
setfx~1.dir
/
Internal_63_OK Button.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-12-01
|
216 b
|
13 lines
on mouseDown
global fxAddWin
if ButtonHandler() then
if the frameLabel = "Add MIAW" then
if objectp(fxAddWin) then
addWindowOK(fxAddWin)
end if
else
OK()
end if
end if
end